home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / Kool / Kool.jar / kool / KoolScreen$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2001-12-24  |  665 b   |  22 lines

  1. package kool;
  2.  
  3. import java.util.TimerTask;
  4.  
  5. class KoolScreen$1 extends TimerTask {
  6.    // $FF: synthetic field
  7.    private final KoolScreen this$0;
  8.  
  9.    KoolScreen$1(KoolScreen this$0) {
  10.       this.this$0 = this$0;
  11.    }
  12.  
  13.    public void run() {
  14.       --this.this$0.seconds;
  15.       if (this.this$0.seconds <= 0) {
  16.          KoolScreen.access$0(this.this$0, 4);
  17.          ((TimerTask)this).cancel();
  18.       }
  19.  
  20.    }
  21. }
  22.